/* body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: linear-gradient(to bottom, #1e3c72, #2a5298);
  color: white;
  font-family: system-ui, sans-serif;
}

.counter {
  font-size: 70px;
  font-family: system-ui, sans-serif;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} */


body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: linear-gradient(to bottom, #1e3c72, #2a5298);
  color: white;
  font-family: system-ui, sans-serif;
}

.counter {
  font-size: 70px;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.labels {
  display: flex;
  justify-content: space-around;
  width: 300px;
  margin-top: 20px;
}

.label {
  font-size: 20px;
}


.date {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
